home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / docs / lwml9503.lzh / LIGHTWAVE-MAR95 / 000191_owner-lightwave-l _Wed Mar 8 13:55:49 1995.msg < prev    next >
Internet Message Format  |  1995-04-09  |  2KB

  1. Return-Path: <owner-lightwave-l>
  2. Received: by mail4.netcom.com (8.6.10/Netcom)
  3.     id JAA09722; Wed, 8 Mar 1995 09:32:34 -0800
  4. Received: from usa.net by mail4.netcom.com (8.6.10/Netcom)
  5.     id JAA09355; Wed, 8 Mar 1995 09:30:28 -0800
  6. Received: by usa.net (5.0/SMI-SVR4)
  7.     id AA16905; Wed, 8 Mar 1995 10:29:53 -0700
  8. Date: Wed, 8 Mar 1995 10:29:53 -0700
  9. From: jgjones@usa.net (James Jones/Nibbles and Bits)
  10. Message-Id: <9503081729.AA16905@usa.net>
  11. To: LIGHTWAVE-L@netcom.com
  12. Subject: Re: MultiScene Renders   
  13. Content-Length: 1280
  14. Sender: owner-lightwave-l@netcom.com
  15. Precedence: bulk
  16.  
  17. > I'm looking for a program that will do for multiple renders for LW
  18.  
  19. Here's a very simple version of a script that will render multiple scenes:
  20.  
  21. /* Render multiple scenes
  22.    To use:
  23.    Replace "Drive:Directory/SceneName" with proper info.
  24.    Replace "Drive:Directory/PictureName" with proper info.
  25.    Replace "AnimationName" with proper info. (If using PAR)
  26.    Place "EXIT" after last scene you want rendered.
  27.    (If rendering to the PAR, replace Drive: with DDR: for "SaveImages")
  28. */
  29.  
  30. /* SCENE 1 ----------------------------------------------------------- */
  31. address 'LightWaveARexx.port'
  32. 'LoadScene Drive:Directory/SceneName'
  33. 'SaveImages Drive:Directory/PictureName'
  34. 'Render 1'
  35.  
  36. /* address DDR           (Un-comment these two lines if using PAR) */
  37. /* Done 'AnimationName'  */
  38.  
  39. /* SCENE 2 ----------------------------------------------------------- */
  40. address 'LightWaveARexx.port'
  41. 'LoadScene Drive:Directory/SceneName'
  42. 'SaveImages Drive:Directory/PictureName'
  43. 'Render 1'
  44.  
  45. /* address DDR           (Un-comment these two lines if using PAR) */
  46. /* Done 'AnimationName'  */
  47.  
  48. /* Copy and append more blocks of text for more scenes... */
  49.  
  50. EXIT
  51.  
  52.  
  53.  
  54.  
  55.  | AmiQWK 2.7 - S/N 0232 |
  56. ... James G. Jones * NIBBLES & BITS * jgjones@usa.net
  57.